Reads data into the application provided buffer asynchronously
and advances the current position of the stream.
Syntax
Parameters
- buffer
- Specifies a Byte array to read data into.
- offset
- Specifies the location within the buffer to read data into.
- count
- Specifies the number of bytes to read into the buffer
- cancellationToken
- A Threading.CancellationToken used to indicate that the asynchronous operation should be canceled.
Return Value
Returns the number of bytes read from the Advanced SQL Engine and written into the . The number will be equal or less than .
Exceptions
Requirements
Product | Versions | Platforms |
.NET | 2.1, 3.1, 6 | Windows, Linux, MacOS |
.NET Framework | 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 | Windows |
.NET Standard | 2.0 | Windows, Linux, MacOS |
See Also